home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 106 / RG2001 / RG2001.ISO / demos / Sam / Serious Sam Demo / Scripts / GLSettings / S3-S4.ini < prev   
Encoding:
Text File  |  2001-02-20  |  420 b   |  18 lines

  1.  
  2.  
  3. // driver version: 8.20.33
  4.  
  5. include "Scripts\GLSettings\Default.ini";
  6.  
  7. if( iQualityIndex>3)    { iQualityIndex = 3; }
  8. if( sam_iVideoSetup==2) { iQualityIndex = iQualityIndex +1; }
  9. if( sam_iVideoSetup==0) { iQualityIndex = iQualityIndex -1; }
  10.  
  11. include "Scripts\GLSettings\RAM.ini";
  12.  
  13. shd_bFineQuality = 0;    // some mipmap colorization problems
  14.  
  15. if( sam_iVideoSetup==2) { 
  16.   ogl_fTextureLODBias = -0.5;
  17. }
  18.